Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryWriter Class / Write Method / Write(Byte[],Int32,Int32) Method

In This Topic
    Write(Byte[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Write( _
       ByVal buffer() As System.Byte, _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public virtual void Write( 
       System.byte[] buffer,
       System.int index,
       System.int count
    )

    Parameters

    buffer
    index
    count
    See Also